home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games Extra 1996 September / Amiga Games Extra CD-ROM 9-1996.iso / userbox / publicdomain / amisearch11 / convertconfig < prev    next >
Text File  |  1996-07-05  |  324b  |  18 lines

  1. ; Reads the old config file for AmiSearch
  2. ; and converts it to the new format
  3.  
  4. DELETE ENV:AmiSearch.sets
  5. CD ENV:
  6. RENAME AmiSearch.paths AmiSearch.sets
  7. ECHO "0" >> AmiSearch.sets
  8. ECHO "0" >> AmiSearch.sets
  9. ECHO "0" >> AmiSearch.sets
  10. DELETE ENVARC:AmiSearch.sets
  11. DELETE ENVARC:AmiSearch.paths
  12. COPY AmiSearch.sets ENVARC:
  13.  
  14.  
  15.  
  16.  
  17.  
  18.